Welcome![Sign In][Sign Up]
Location:
Search - RSA C

Search list

[Crack HackRSA算法小实例

Description: 某位朋友\"用C#做的加密解密的东西,做在一起,有点乱,只是作为交流学习\"-certain friends "with C# to do encryption and decryption of things to do together, a little bit chaotic, but as the exchange of learning"
Platform: | Size: 229941 | Author: 宏伟 | Hits:

[CSharpRSA

Description: 文件里包含了头文件(rsa.h),主函数(main.c)还有rsa.c。用C语言实现的一种非对称加密算法。拿出来给大家分享一下-The file contains header files (rsa.h), the main function (main.c) rsa.c. A non-symmetric encryption algorithm with C language. Out for everyone to share
Platform: | Size: 4096 | Author: 陈家豪 | Hits:

[CA authRSA-source-code

Description: RSA的C语言源代码,用作密钥的生成,文件的加密,解密。也可用作数字签名-RSA C language source code, is used to generate keys, encrypt files, decrypt. Also be used as a digital signature
Platform: | Size: 7168 | Author: wenr | Hits:

[CSharpCSharp-RSA-demo

Description: C# 写的一个RSA公钥私钥加密算法的示例 很简单实用的示例 vs2010 c# winform程序-Examples of public and private key encryption algorithm RSA C# to write a very simple and practical example vs2010 c# winform program
Platform: | Size: 27648 | Author: 任荣军 | Hits:

[Crack HackRSA-experiment-4

Description: C#加密解密实例,简单易懂,有益于掌握,没有其他(C# encryption and decryption examples, easy to understand, useful to master)
Platform: | Size: 240640 | Author: zjp002 | Hits:

[Crack HackRSA算法

Description: RSA算法,用的C++语言实现,可以给那些初次接触这个,需要学习的同学使用(RSA algorithm, using C++ language, you can give those who first contact this, need to learn the use of students)
Platform: | Size: 2403328 | Author: roppe | Hits:

[Otheropenssl_rsa_tool

Description: 基于openssl封装的c++ rsa加解密(C++ RSA encryption and decryption based on OpenSSL)
Platform: | Size: 23552 | Author: soshan | Hits:

[CA authRSA

Description: ?理解公钥密码及数字签名相关的基本概念 ?理解并能够编写RSA或DSA数字签名算法 ?熟练应用C++编程实现数字签名体制(To understand the basic concepts of public key cryptography and digital signature To understand and be able to write RSA or DSA digital signature algorithm Is proficient in C++ programming digital signature system)
Platform: | Size: 106496 | Author: 美熊子 | Hits:

[Othertest

Description: 在使用RSA进行相应的加解密过程,用简单的c语言实现过程,仅供参考。(The corresponding encryption and decryption process can be carried out)
Platform: | Size: 456704 | Author: LIICUN | Hits:

[Crack Hackrsac++

Description: A user of RSA creates and then publishes a public key based on two large prime numbers, along with an auxiliary value.
Platform: | Size: 479232 | Author: minddz | Hits:

[Crack Hack73304850RSAKey

Description: rsa加解密程序 (rsa encryption and decryption process)(Encryption and decryption of known plaintext ciphertext encryption and decryption (rsa encryption and decryption process))
Platform: | Size: 1012736 | Author: 110102197501101519 | Hits:

[CSharpRSA&DES_Implement

Description: 本代码使用C#语言实现了RSA和DES算法,其中通过分段处理的方式解决了RSA对较大数据的加解密。(This code block implements the algorithm of RSA & DES,and we resolved the encryption and decryption of data with large size on RSA by segmental processing.)
Platform: | Size: 1024 | Author: On7heMove | Hits:

[Crack Hackrsa

Description: 1.问题描述 RSA密码系统可具体描述为:取两个大素数p和q,令n=pq,N=(p-1)(q-1),随机选择整数d,满足gcd(d,N)=1,ed=1 modN。 公开密钥:k1=(n,e) 私有密钥:k2=(p,q,d) 加密算法:对于待加密消息m,其对应的密文为c=E(m)=me(modn) 解密算法:D(c)=cd(modn) 2.基本要求 p,q,d,e参数选取合理,程序要求界面友好,自动化程度高。 4. 实现提示 要实现一个真实的RSA密码系统,主要考虑对大整数的处理。P和q是1024位的,n取2048位。(1. problem description The RSA cryptosystem can be specifically described as: take two large prime numbers P and Q, make n=pq, N= (p-1) (Q-1), select integer D randomly, and satisfy GCD (D, N) =1. Public key: k1= (n, e) Private key: k2= (P, Q, d) Encryption algorithm: for the encrypted message M, its corresponding ciphertext is c=E (m) =me (MODN) Decryption algorithm: D (c) =cd (MODN) 2. basic requirements P, Q, D, e parameters are selected reasonably, the program requires friendly interface and high degree of automation. 4. realization hints To implement a real RSA cryptosystem, the main consideration is to deal with large integers. P and Q are 1024 bits, and N takes 2048.)
Platform: | Size: 1108992 | Author: Appoint | Hits:

[OS programRSA GPU实现

Description: RSA算法运用cpu和gpu并行实现(C语言版)(RSA algorithm is implemented in parallel with CPU and GPU (C language version).)
Platform: | Size: 12288 | Author: z豪 | Hits:

[Crack HackRSATool

Description: RSA密钥随机生成,且加解密工具,开发工具VS2003(This is a RSA tool,include encrypt and decrypt method.)
Platform: | Size: 116736 | Author: 荆棘鸟2018 | Hits:

[Crack Hackrsa数字签名

Description: rsa数字签名系统,c++,MFC实现,自动生成秘钥(Rsa digital signature system, c++, MFC implementation, automatic key generation)
Platform: | Size: 58368 | Author: 小童117 | Hits:

[Books10.1007%2F978-1-4302-5099-9

Description: 有关大整数库以及RSA实现的书籍,适合想要了解RSA C/C++实现的人员(Books about large integer libraries and RSA implementations.)
Platform: | Size: 5841920 | Author: 962644105 | Hits:

[Crack Hackrsa

Description: RSA加密解密,C++语言实现,可以自由输入中英文,符号,数字等各类字符(RSA encryption and decryption)
Platform: | Size: 216064 | Author: Robin078 | Hits:

[Data structsRSA加密算法

Description: 可使用RSA加密算法对明文进行加密和解密(RSA encryption algorithm can be used to encrypt and decrypt plaintext.)
Platform: | Size: 1024 | Author: kang2018 | Hits:

[OtherRsa

Description: 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。(Encrypted Chat Tool Based on DES and RSA)
Platform: | Size: 9216 | Author: hwking | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 36 »

CodeBus www.codebus.net